| Einhugur Word Plugin for Xojo |
|
Paragraph.FirstLineIndent Method
Gets or set first-line indent for the paragraph.
Parameters
- unit
- The unit of the value to be set.
- value (assignment parameter)
- The value to set when using the setter.
Returns
- Double
- The returned value when using the getter.
Remarks
var p as Paragraph = doc.AppendParagraph("My paragraph.")
p.FirstLineIndent(EinhugurWord.Units.CM) = 11.5
See Also
Paragraph Class